From 5df236317672241c9cd0c96b3261c89c5970f2e8 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 4 May 2008 04:32:20 +0000 Subject: [PATCH] Typo fix in usage message. OUTFILE is not optional. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3233 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/main.c b/gpsbabel/main.c index f24186778..6e338ce07 100644 --- a/gpsbabel/main.c +++ b/gpsbabel/main.c @@ -124,7 +124,7 @@ usage(const char *pname, int shorter ) printf( "Usage:\n" " %s [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE\n" -" %s [options] -i INTYPE -o OUTTYPE INFILE [filter] [OUTFILE]\n" +" %s [options] -i INTYPE -o OUTTYPE INFILE [filter] OUTFILE\n" "\n" " Converts GPS route and waypoint data from one format type to another.\n" " The input type and filename are specified with the -i INTYPE\n" -- 2.30.2